runtime.sysStatsAggregate.mCacheSys (field)

4 uses

	runtime (current package)
		metrics.go#L371: 				out.scalar = in.sysStats.mCacheSys - in.sysStats.mCacheInUse
		metrics.go#L429: 					in.sysStats.mCacheSys + in.sysStats.buckHashSys +
		metrics.go#L636: 	mCacheSys      uint64
		metrics.go#L660: 		a.mCacheSys = memstats.mcache_sys.load()